module Base
{
    item AppleTree
        {
            DisplayCategory = Gardening,
            ItemType				=		base:normal,
            Icon				=		Applesapling,
            Weight				=		0.4,
            WorldStaticModel = sapling,
            Tags = isSeed,
        }
    item CherryTree
        {
            DisplayCategory = Gardening,
            ItemType				=		base:normal,
            Icon				=		Applesapling,
            Weight				=		0.4,
            WorldStaticModel = sapling,
            Tags = isSeed,
        }
    item AppleSaplingBox
        {
            DisplayCategory = Gardening,
            ItemType				=		base:normal,
            Icon				=		fe_saplingbox,
            Weight				=		2,
            WorldStaticModel = saplingbox,
            Tags = isSeed,
        }
    item CherrySaplingBox
        {
            DisplayCategory = Gardening,
            ItemType				=		base:normal,
            Icon				=		fe_saplingbox,
            Weight				=		2,
            WorldStaticModel = saplingbox,
            Tags = isSeed,
        }
    item GrapeSeed
        {
            DisplayCategory = Gardening,
            ItemType				=		base:normal,
            Icon				=		Seeds_Generic,
            Weight				=		0.02,
            WorldStaticModel = Seeds_Generic,
            Tags = isSeed,
        }
    item RockSalt
        {
            DisplayCategory = Material,
            ItemType = base:normal,
            Icon = fe_rocksalt,
            Weight = 1,
            WorldStaticModel = rocksalt,
        }
}